runtime.m.lockedInt (field)
8 uses
runtime (current package)
proc.go#L2132: mp.lockedInt++
proc.go#L3901: if mp.lockedInt != 0 {
proc.go#L3902: print("invalid m->lockedInt = ", mp.lockedInt, "\n")
proc.go#L4801: getg().m.lockedInt++
proc.go#L4815: if gp.m.lockedInt != 0 || gp.m.lockedExt != 0 {
proc.go#L4848: if gp.m.lockedInt == 0 {
proc.go#L4851: gp.m.lockedInt--
runtime2.go#L579: lockedInt uint32 // tracking for internal lockOSThread
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |